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

Represents a MultiTextBox for UI Styler. More...

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

Public Member Functions

unsafe void SetLabel (string strLabel)
 Specifies descriptive text to display for the dialog item. More...
 
unsafe void SetItemValues (string[] values)
 Specifies the text for this dialog item. More...
 
unsafe string[] GetItemValues ()
 Specifies the text for this dialog item. More...
 
unsafe void SetFocus ()
 Indicates that this dialog item is receiving keyboard 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 bool Sensitivity [get, set]
 Returns or sets the sensitivity of the dialog 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 MultiTextBox for UI Styler.

Created in NX5.0.0

Member Function Documentation

unsafe string [] NXOpen.UIStyler.MultiTextBox.GetItemValues ( )

Specifies the text for this dialog item.

It can be programmatically get by APIs.

Created in NX5.0.0

License requirements: None.

Returns
to get array of strings
unsafe void NXOpen.UIStyler.MultiTextBox.SetFocus ( )

Indicates that this dialog item is receiving keyboard focus.

Created in NX5.0.0

License requirements: None.

unsafe void NXOpen.UIStyler.MultiTextBox.SetItemValues ( string[]  values)

Specifies the text for this dialog item.

It can be programmatically set by APIs supported in different laguages,or interactively entered by the user.

Created in NX5.0.0

License requirements: None.

Parameters
valuesarray of strings to set the values in multi select List
unsafe void NXOpen.UIStyler.MultiTextBox.SetLabel ( string  strLabel)

Specifies descriptive text to display for the dialog item.

It should describe the dialog item's intended use.

Created in NX5.0.0

License requirements: None.

Parameters
strLabelnew label string

Property Documentation

unsafe bool NXOpen.UIStyler.MultiTextBox.Sensitivity
getset

Returns or sets the sensitivity of the dialog item.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.MultiTextBox.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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.