NX Open C++ Reference Guide
Public Member Functions
NXOpen::UIStyler::MultiTextBox Class Reference

Represents a MultiTextBox for UI Styler. More...

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

List of all members.

Public Member Functions

std::vector< NXStringGetItemValues ()
 Specifies the text for this dialog item.
bool Sensitivity ()
 Returns the sensitivity of the dialog item.
void SetFocus ()
 Indicates that this dialog item is receiving keyboard focus.
void SetItemValues (std::vector< NXString > &values)
 Specifies the text for this dialog item.
void SetLabel (const NXString &strLabel)
 Specifies descriptive text to display for the dialog item.
void SetSensitivity (bool type)
 Sets the sensitivity of the dialog item.
void SetVisibility (bool type)
 Sets the visibility of the dialog item
Created in NX5.0.0.
bool Visibility ()
 Returns the visibility of the dialog item
Created in NX5.0.0.

Detailed Description

Represents a MultiTextBox for UI Styler.


Created in NX5.0.0.


Member Function Documentation

Specifies the text for this dialog item.

It can be programmatically get by APIs.

Returns:
to get array of strings
Created in NX5.0.0.

License requirements : None

Returns the sensitivity of the dialog item.


Created in NX5.0.0.

License requirements : None

Indicates that this dialog item is receiving keyboard focus.


Created in NX5.0.0.

License requirements : None

void NXOpen::UIStyler::MultiTextBox::SetItemValues ( std::vector< NXString > &  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
NOTE: The full Unicode character set is not supported for this parameter.

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
NOTE: The full Unicode character set is not supported for this parameter.

Sets the sensitivity of the dialog item.


Created in NX5.0.0.

License requirements : None

Parameters:
typeto set senstivity of dialog

Sets the visibility of the dialog item
Created in NX5.0.0.



License requirements : None

Parameters:
typeto set visibility of dialog

Returns the visibility of the dialog item
Created in NX5.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.