RFExplorerCommunicator
RFExplorerCommunicator.CollapsibleGroupbox Class Reference
Inheritance diagram for RFExplorerCommunicator.CollapsibleGroupbox:

Public Member Functions

 CollapsibleGroupbox (GroupBox objGroupbox)
 
void Dispose ()
 Standard Dispose resources More...
 
void Paint (Graphics objGraphics)
 

Public Attributes

GroupBox m_Groupbox
 

Protected Member Functions

virtual void Dispose (bool bDisposing)
 Local dispose method More...
 
virtual void OnCollapseButtonClickEvent (EventArgs e)
 

Properties

Button CollapseButton [get]
 
string CollapsedCaption [get, set]
 change this to show a custom text when collapsed More...
 
bool Collapsed [get, set]
 Set to true to programmatically collapse the groupbox, false to uncollapse More...
 
Color CollapsedTextColor [get, set]
 Color used for collapsed text, otherwise default is that of group box text More...
 
Color CollapseButtonColor [get, set]
 Color used for collapsible button (triangle) otherwise dark blue by default More...
 

Events

EventHandler CollapseButtonClick
 Optional This event fires when the button for collapse/uncollapse is clicked The collapsed property is already updated when this is fired More...
 

Member Function Documentation

◆ Dispose() [1/2]

void RFExplorerCommunicator.CollapsibleGroupbox.Dispose ( )

Standard Dispose resources

◆ Dispose() [2/2]

virtual void RFExplorerCommunicator.CollapsibleGroupbox.Dispose ( bool  bDisposing)
protectedvirtual

Local dispose method

Parameters
bDisposingif disposing is required

Property Documentation

◆ CollapseButtonColor

Color RFExplorerCommunicator.CollapsibleGroupbox.CollapseButtonColor
getset

Color used for collapsible button (triangle) otherwise dark blue by default

◆ Collapsed

bool RFExplorerCommunicator.CollapsibleGroupbox.Collapsed
getset

Set to true to programmatically collapse the groupbox, false to uncollapse

◆ CollapsedCaption

string RFExplorerCommunicator.CollapsibleGroupbox.CollapsedCaption
getset

change this to show a custom text when collapsed

◆ CollapsedTextColor

Color RFExplorerCommunicator.CollapsibleGroupbox.CollapsedTextColor
getset

Color used for collapsed text, otherwise default is that of group box text

Event Documentation

◆ CollapseButtonClick

EventHandler RFExplorerCommunicator.CollapsibleGroupbox.CollapseButtonClick

Optional This event fires when the button for collapse/uncollapse is clicked The collapsed property is already updated when this is fired


The documentation for this class was generated from the following file: