NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Protected Member Functions | Properties | List of all members
NXOpen.MenuBar.MenuButton Class Reference

Implements the Object for Menu Buttons More...

Inheritance diagram for NXOpen.MenuBar.MenuButton:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  SensitivityStatus { Sensitive, Insensitive }
 Sensitivity Status More...
 
enum  Toggle { On, Off }
 Toggle Status More...
 
enum  Type {
  CascadeButton, PushButton, ToggleButton, Separator,
  ApplicationButton, NullButton
}
 Available button types More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe int ButtonId [get]
 Returns the identifier of the button. More...
 
unsafe string ButtonName [get]
 Returns the name of the button. More...
 
unsafe
NXOpen.MenuBar.MenuButton.SensitivityStatus 
ButtonSensitivity [get, set]
 Returns or sets the sensitivity of the button. More...
 
unsafe
NXOpen.MenuBar.MenuButton.Type 
ButtonType [get]
 Returns the type of the button. More...
 
unsafe string ButtonTypeName [get]
 Returns the type name of the button. More...
 
unsafe
NXOpen.MenuBar.MenuButton.Toggle 
ToggleStatus [get, set]
 Returns or sets the toggle status of the button. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 

Detailed Description

Implements the Object for Menu Buttons

Created in NX6.0.0

Member Enumeration Documentation

Sensitivity Status

Enumerator
Sensitive 

The button is sensitive.

Insensitive 

The button is insensitive.

Toggle Status

Enumerator
On 

The toggle is on.

Off 

The toggle is off.

Available button types

Enumerator
CascadeButton 
PushButton 
ToggleButton 
Separator 
ApplicationButton 
NullButton 

Member Function Documentation

override void NXOpen.MenuBar.MenuButton.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET and Java, his method is automatically called when the object is deleted by the garbage collector.

Created in NX6.0.0

License requirements: None.

Implements NXOpen.TransientObject.

Property Documentation

unsafe int NXOpen.MenuBar.MenuButton.ButtonId
get

Returns the identifier of the button.

Created in NX6.0.0

License requirements: None.

unsafe string NXOpen.MenuBar.MenuButton.ButtonName
get

Returns the name of the button.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.MenuBar.MenuButton.SensitivityStatus NXOpen.MenuBar.MenuButton.ButtonSensitivity
getset

Returns or sets the sensitivity of the button.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.MenuBar.MenuButton.Type NXOpen.MenuBar.MenuButton.ButtonType
get

Returns the type of the button.

Created in NX6.0.0

License requirements: None.

unsafe string NXOpen.MenuBar.MenuButton.ButtonTypeName
get

Returns the type name of the button.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.MenuBar.MenuButton.Toggle NXOpen.MenuBar.MenuButton.ToggleStatus
getset

Returns or sets the toggle status of the button.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.