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

Represents a ColorTool for UI Styler. More...

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

Classes

class  _ColorToolValueChangedAdapter
 

Public Member Functions

unsafe void AddValueChangedHandler (NXOpen.UIStyler.ColorTool.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
 Registers value change callback. More...
 
delegate
NXOpen.UIStyler.DialogState 
ValueChanged (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user enters a valid color value. 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 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 ColorTool for UI Styler.

Created in NX5.0.0

Member Function Documentation

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

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
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.ColorTool.ValueChanged ( NXOpen.UIStyler.StylerEvent  eventobject)

Called when a dialog user enters a valid color value.

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object

Property Documentation

unsafe int NXOpen.UIStyler.ColorTool.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.ColorTool.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.ColorTool.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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.