Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionStyle Class / GripperStyle Property


In This Topic
    GripperStyle Property (NCaptionStyle)
    In This Topic
    Gets or sets a value specifying the gripper style to be applied on captions.
    Syntax
    'Declaration
     
    
    Public Property GripperStyle As GripperStyle
    'Usage
     
    
    Dim instance As NCaptionStyle
    Dim value As GripperStyle
     
    instance.GripperStyle = value
     
    value = instance.GripperStyle
    public GripperStyle GripperStyle {get; set;}
    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