NXOpen .NET Reference  12.0.0
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:

Public Types

enum  Type {
  CascadeButton, PushButton, ToggleButton, Separator,
  ApplicationButton, NullButton
}
 Available button types More...
 
enum  SensitivityStatus { Sensitive, Insensitive }
 Sensitivity Status More...
 
enum  Toggle { On, Off }
 Toggle Status 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...
 

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 ( )
protected

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.

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.