Note
Getter of this property provides access to the first item of CurrentRegions.
Setter of this property sets CurrentRegions to an array with a single item.
public class MenuButtonArgs
Public Class MenuButtonArgs
public ref class MenuButtonArgs
type MenuButtonArgs = class end
MenuButtonArgs | Constructs MenuButtonArgs. |
Cancel | Allows to cancel the action. |
Content | Additional content for the action. |
CurrentRegion | Region which is affected by the action. |
CurrentRegions | Multiple regions which are created or affected by the action. |
DialogPath | File path selected by the user in a dialog which is shown before the action. See OpenFileFilter and SaveFileFilter. |
MenuButton | Menu button which is pressed. |
SessionProfile | Profile of the session. |
Worksheet | Worksheet the action is performed against. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRegionsEnumerator | Starts enumeration of worksheet regions. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SubscribeOnChanges |
Subscribes to the WorksheetStatusChanged of Worksheet.
Obsolete. |
ToString | Returns a string that represents the current object. (Inherited from Object) |