Search Results for

    Show / Hide Table of Contents

    Class ColorTool

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    ColorTool
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    StylerItem.FreeResource()
    StylerItem.GetItemType()
    StylerItem.InitializeAttachment()
    StylerItem.SetAttachment(Attachment)
    StylerItem.IsEqualTo(StylerItem)
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class ColorTool : StylerItem, IMessageSink, IDisposable

    Constructors

    ColorTool(nint)

    Declaration
    protected ColorTool(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    ItemValue

    Declaration
    public int ItemValue { get; set; }
    Property Value
    Type Description
    int

    Sensitivity

    Declaration
    public bool Sensitivity { get; set; }
    Property Value
    Type Description
    bool

    Visibility

    Declaration
    public bool Visibility { get; set; }
    Property Value
    Type Description
    bool

    Methods

    AddValueChangedHandler(ValueChanged, bool)

    Declaration
    public void AddValueChangedHandler(ColorTool.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    ColorTool.ValueChanged valuechangedevent
    bool isDialogLaunchingEvent

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX