Version

CaptionGrabHandleStyle Enumeration

Enumerations used to determine the style of the grab handle displayed in the pane caption.
Syntax
'Declaration
 
Public Enum CaptionGrabHandleStyle 
   Inherits System.Enum
public enum CaptionGrabHandleStyle : System.Enum 
Members
MemberDescription
DefaultThe type of grab handle will be resolved based on the caption style.
NoGlyphA default grab handle image is not rendered but the space for the grab handle is still allocated.
NoneNo grab handle will be displayed.
Office2003An Office 2003 style grab handle will be displayed in the caption area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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