| Visual Basic (Declaration) | |
|---|---|
Public Property SplitterStyle As ISNet.WebUI.DynamicStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebSplitter Dim value As ISNet.WebUI.DynamicStyle instance.SplitterStyle = value value = instance.SplitterStyle | |
| C# | |
|---|---|
public ISNet.WebUI.DynamicStyle SplitterStyle {get; set;} | |
SplitterStyle is a DynamicStyle property. DynamicStyle is built around the WebStyle object, and consists of 3 states of interactivity: Normal, Over and Active.
- Normal : The default style of the WebSplitter.
- Over : The style of the WebSplitter being hovered.
- Active : The style when the WebSplitter is in the state of being dragged.
There are some properties that can be configured in DynamicStyle. Following is a brief descriptions of commonly used properties.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebSplitter ClassWebSplitter Members