BCGControlBar Library for .NET
IsExtendedElement Property




Indicates a value whether the ExtendedItemCollection from the parent RibbonStatusBar contains the current RibbonStatusBarPane.
Syntax
'Declaration
 
Public Property IsExtendedElement As Boolean
'Usage
 
Dim instance As RibbonStatusBarPane
Dim value As Boolean
 
instance.IsExtendedElement = value
 
value = instance.IsExtendedElement
public bool IsExtendedElement {get; set;}
public: __property bool get_IsExtendedElement();
public: __property void set_IsExtendedElement( 
   bool value
);
public:
property bool IsExtendedElement {
   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

RibbonStatusBarPane Class
RibbonStatusBarPane Members

Send Feedback