NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | Properties | List of all members
NXOpen.UIStyler.IntegerItem Class Reference

Represents a Integer for UI Styler. More...

Inheritance diagram for NXOpen.UIStyler.IntegerItem:
NXOpen.UIStyler.StylerItem NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Classes

class  _IntegerItemActivateAdapter
 

Public Member Functions

delegate
NXOpen.UIStyler.DialogState 
Activate (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user enters a valid integer value and presses Return More...
 
unsafe void AddActivateHandler (NXOpen.UIStyler.IntegerItem.Activate activateevent, bool isDialogLaunchingEvent)
 Registers activate callback. More...
 
unsafe void SetBitmap (string bitmap)
 Specifies a filename that contains a bitmap definition. More...
 
unsafe void SetFocus ()
 Sets focus More...
 
unsafe void SetLabel (string strLabel)
 Specifies descriptive text to display for the dialog item. 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 bool IsEqualTo (NXOpen.UIStyler.StylerItem itemToCompare)
 Equates two styler items More...
 
unsafe void SetAttachment (NXOpen.UIStyler.Attachment attachment)
 Specifies the updated dialog item attachment information More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int ItemValue [get, set]
 Returns or sets the value obtained from the text field. More...
 
unsafe bool Sensitivity [get, set]
 Returns or sets the sensitivity of Integer item More...
 
unsafe bool Visibility [get, set]
 Returns or sets the visibility of the dialog item. 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 Integer for UI Styler.

Created in NX5.0.0

Member Function Documentation

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

Called when a dialog user enters a valid integer value and presses Return

Created in NX5.0.0

License requirements: None.

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

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
activateevent
isDialogLaunchingEvent
unsafe void NXOpen.UIStyler.IntegerItem.SetBitmap ( string  bitmap)
inline

Specifies a filename that contains a bitmap definition.

The filename must contain a UBM, XPM, or BMP extension. When you use this field, the system displays a bitmap for this dialog item instead of a text label. When a bitmap is present, the system uses the text label as tooltip text when a user places the mouse cursor over the bitmap. We recommend that you use a 16x16 bitmap for this dialog item.

Created in NX5.0.0

License requirements: None.

Parameters
bitmapFilename with .ubm, .xpm, or .bmp extension that contains bitmap definition
unsafe void NXOpen.UIStyler.IntegerItem.SetFocus ( )
inline

Sets focus

Created in NX5.0.0

License requirements: None.

unsafe void NXOpen.UIStyler.IntegerItem.SetLabel ( string  strLabel)
inline

Specifies descriptive text to display for the dialog item.

It should describe the dialog item's intended use. If you specify a bitmap for this dialog item, it uses this text as tooltip text.

Created in NX5.0.0

License requirements: None.

Parameters
strLabelString to display on the left side of the text field.

Property Documentation

unsafe int NXOpen.UIStyler.IntegerItem.ItemValue
getset

Returns or sets the value obtained from the text field.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.IntegerItem.Sensitivity
getset

Returns or sets the sensitivity of Integer item

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.IntegerItem.Visibility
getset

Returns or sets the visibility of the dialog item.

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