StatusBarPanelsCollection Class Methods
For a list of all members of this type, see StatusBarPanelsCollection members.
Public Methods
Name | Description | |
---|---|---|
AddButtonPanel | Overloaded. Create and add a new StatusBarTextPanel to the collection as a button | |
AddComboEditorPanel | Create and add a new StatusBarTextPanel to the collection as a Combo Editor | |
AddCustomControlPanel | Add a custom Control to the collection Control should be either textbox, combobox or label | |
AddPanelAfter | Add existing panel after an existing key | |
AddPanelBefore | Add existing panel before an existing key | |
AddStateButtonPanel | Overloaded. Create and add a new StatusBarTextPanel to the collection as a state button | |
AddTextPanel | Overloaded. Create and add a new StatusBarTextPanel to the collection | |
ContainsKey | Determines whether the StatusBarPanelsCollection contains a specific key. | |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that can iterate through the collection. | |
Remove | Remove the panel with the given key from the collection. |
See Also