NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Properties | List of all members
NXOpen.UIStyler.RadioBox Class Reference

Represents a RadioBox for UI Styler More...

Inheritance diagram for NXOpen.UIStyler.RadioBox:
NXOpen.UIStyler.StylerItem

Classes

class  _RadioBoxValueChangedAdapter
 

Public Member Functions

delegate
NXOpen.UIStyler.DialogState 
ValueChanged (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user click on a button in the radio box. More...
 
unsafe void AddValueChangedHandler (NXOpen.UIStyler.RadioBox.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
 Registers value change callback. More...
 
unsafe void SetLabel (string strLabel)
 Sets label More...
 
unsafe void SetSensitivity (int subitemIndex, bool type)
 Sets the sensitivity More...
 
unsafe bool GetSensitivity ()
 Gets the sensitivity More...
 
unsafe void SetDefaultAction ()
 Set default action More...
 
- Public Member Functions inherited from NXOpen.UIStyler.StylerItem
unsafe
NXOpen.UIStyler.StylerItem.ItemType 
GetItemType ()
 Gets the dialog item type. More...
 
unsafe NXOpen.UIStyler.Attachment InitializeAttachment ()
 Returns initialized dialog item attachment information More...
 
unsafe void SetAttachment (NXOpen.UIStyler.Attachment attachment)
 Specifies the updated dialog item attachment information More...
 
unsafe bool IsEqualTo (NXOpen.UIStyler.StylerItem itemToCompare)
 Equates two styler items More...
 

Properties

unsafe int ItemValue [get, set]
 Returns or sets the item value More...
 
unsafe bool Visibility [get, set]
 Returns or sets the visibility More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.UIStyler.StylerItem
enum  ItemType {
  InvalidType = -1, ActionButton, Dialog, RadioBox,
  Real, ScaleReal, Bitmap, RowColumn,
  ButtonLayout, ScrolledWindow, ColorTool, SelectionBox,
  Separator, SingleSelectionList, String, BeginGroup,
  Integer, ScaleInteger, MultiList, Label,
  MultiLineText, TabControl, OptionMenu, Toggle,
  OptionToggle, ToolPalette, WideString, PropertyPage,
  CollapsibleGroup
}
 Describes kind of action to be taken from callbac. More...
 
- Protected Member Functions inherited from NXOpen.UIStyler.StylerItem
override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

Represents a RadioBox for UI Styler

Created in NX5.0.0

Member Function Documentation

unsafe void NXOpen.UIStyler.RadioBox.AddValueChangedHandler ( NXOpen.UIStyler.RadioBox.ValueChanged  valuechangedevent,
bool  isDialogLaunchingEvent 
)

Registers value change callback.

This method should be called before calling UIStyler.Dialog.Show or UIStyler.Dialog.RegisterWithUiMenu

Created in NX5.0.0

License requirements: None.

Parameters
valuechangedeventCallback for value changed event
isDialogLaunchingEventTRUE if dialog is going to launch, FALSE if not
unsafe bool NXOpen.UIStyler.RadioBox.GetSensitivity ( )

Gets the sensitivity

Created in NX5.0.0

License requirements: None.

Returns
unsafe void NXOpen.UIStyler.RadioBox.SetDefaultAction ( )

Set default action

Created in NX5.0.0

License requirements: None.

unsafe void NXOpen.UIStyler.RadioBox.SetLabel ( string  strLabel)

Sets label

Created in NX5.0.0

License requirements: None.

Parameters
strLabelText to be set for the descriptive label
unsafe void NXOpen.UIStyler.RadioBox.SetSensitivity ( int  subitemIndex,
bool  type 
)

Sets the sensitivity

Created in NX5.0.0

License requirements: None.

Parameters
subitemIndex
typeTRUE if visible, FALSE if invisible
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.RadioBox.ValueChanged ( NXOpen.UIStyler.StylerEvent  eventobject)

Called when a dialog user click on a button in the radio box.

Do not terminate the dialog with a value-changed callback. The dialog should always return UF_UI_CB_CONTINUE_DIALOG.

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object

Property Documentation

unsafe int NXOpen.UIStyler.RadioBox.ItemValue
getset

Returns or sets the item value

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.RadioBox.Visibility
getset

Returns or sets the visibility

Created in NX5.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.