Intersoft WebDesktop Documentation
SplitterStyle Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebSplitter Class : SplitterStyle Property


Glossary Item Box

The Style of WebSplitter.

Syntax

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;}

Remarks

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.

  • BackColor : set the color of the WebSplitter.
  • BackColor2 : set the alternate color of the WebSplitter for gradient color, relates to GradientType property.
  • Cursor : the type of mouse pointer when the WebSplitter being hovered.
  • Overflow, OverflowX and OverflowY should be set to hidden for consistent layout especially not in IE browser.
  • Requirements

    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

    See Also

    © 2012 Intersoft Solutions Corp. All Rights Reserved.