Singleton class that handles the Worksheet Manager task pane.
More...
|
static TaskPaneManager | Default [get] |
|
static bool | InitializedAndVisible [get] |
| Gets whether the sheet manager task pane has been initialized and visible. Other than accessing the Default.Visible property, this method won't cause the singleton to be instantiated. More...
|
|
bool | Visible [get, set] |
|
int | Width [get, set] |
|
|
static EventHandler< TaskPaneManagerEventArgs > | Initialized |
| Raised when the sheet manager singleton has been initialized. Caveat: At the time when the event is raised, the static Default property will not yet return the instance. Subscribers to this event should use the SheetManagerEventArgs.Instance property to access the singleton instance. More...
|
|
EventHandler< SheetManagerEventArgs > | VisibilityChanged |
| Raised when the visibility of the encapsulated task pane changed. More...
|
|
Singleton class that handles the Worksheet Manager task pane.
◆ Default
◆ InitializedAndVisible
bool XLToolbox.SheetManager.TaskPaneManager.InitializedAndVisible |
|
staticget |
Gets whether the sheet manager task pane has been initialized and visible. Other than accessing the Default.Visible property, this method won't cause the singleton to be instantiated.
◆ Visible
bool XLToolbox.SheetManager.TaskPaneManager.Visible |
|
getset |
◆ Width
int XLToolbox.SheetManager.TaskPaneManager.Width |
|
getset |
◆ Initialized
Raised when the sheet manager singleton has been initialized. Caveat: At the time when the event is raised, the static Default property will not yet return the instance. Subscribers to this event should use the SheetManagerEventArgs.Instance property to access the singleton instance.
This is a static event. Subscribers should take care to unsubscribe from it, otherwise they will never be garbage-collected.
◆ VisibilityChanged
Raised when the visibility of the encapsulated task pane changed.
The documentation for this class was generated from the following file: