BCGControlBar Library for .NET
IsSeparator Property (RibbonCustomizeGroup)




Indicates a value whether the current RibbonCustomizeGroup can be added to the RibbonControl as a separator.
Syntax
'Declaration
 
Public Property IsSeparator As Boolean
'Usage
 
Dim instance As RibbonCustomizeGroup
Dim value As Boolean
 
instance.IsSeparator = value
 
value = instance.IsSeparator
public bool IsSeparator {get; set;}
public: __property bool get_IsSeparator();
public: __property void set_IsSeparator( 
   bool value
);
public:
property bool IsSeparator {
   bool get();
   void set (    bool value);
}
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

Reference

RibbonCustomizeGroup Class
RibbonCustomizeGroup Members

Send Feedback