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

Represents a Real for UI Styler More...

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

Classes

class  _RealItemActivateAdapter
 

Public Member Functions

delegate
NXOpen.UIStyler.DialogState 
Activate (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user enters a valid real value and presses Return. More...
 
unsafe void AddActivateHandler (NXOpen.UIStyler.RealItem.Activate activateevent, bool isDialogLaunchingEvent)
 Registers activate callback. More...
 
unsafe void SetBitmap (string strBitmap)
  More...
 
unsafe void SetLabel (string strLabel)
 Set the label More...
 
unsafe void SetFocus ()
 Sets focus 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 double ItemValue [get, set]
 Returns or sets the item value More...
 
unsafe bool Sensitivity [get, set]
 Returns or sets the sensitivity 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 Real for UI Styler

Created in NX5.0.0

Member Function Documentation

delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.RealItem.Activate ( NXOpen.UIStyler.StylerEvent  eventobject)

Called when a dialog user enters a valid real value and presses Return.

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object
unsafe void NXOpen.UIStyler.RealItem.AddActivateHandler ( NXOpen.UIStyler.RealItem.Activate  activateevent,
bool  isDialogLaunchingEvent 
)

Registers activate callback.

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

Created in NX5.0.0

License requirements: None.

Parameters
activateeventCallback for activate event
isDialogLaunchingEventTRUE if dialog is going to launch, FALSE if not
unsafe void NXOpen.UIStyler.RealItem.SetBitmap ( string  strBitmap)

Created in NX5.0.0

License requirements: None.

Parameters
strBitmapFilename with .ubm, .xpm, or .bmp extension that contains a bitmap definition
unsafe void NXOpen.UIStyler.RealItem.SetFocus ( )

Sets focus

Created in NX5.0.0

License requirements: None.

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

Set the label

Created in NX5.0.0

License requirements: None.

Parameters
strLabelText label to display on the left side of the text field.

Property Documentation

unsafe double NXOpen.UIStyler.RealItem.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.RealItem.Sensitivity
getset

Returns or sets the sensitivity

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.RealItem.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.