Search Results for

    Show / Hide Table of Contents

    Class ObjectColorPicker

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    ObjectColorPicker
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class ObjectColorPicker : UIBlock, IMessageSink

    Constructors

    ObjectColorPicker()

    Declaration
    protected ObjectColorPicker()

    Properties

    BalloonTooltipImage

    Declaration
    public string BalloonTooltipImage { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipLayoutAsString

    Declaration
    public string BalloonTooltipLayoutAsString { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipText

    Declaration
    public string BalloonTooltipText { get; set; }
    Property Value
    Type Description
    string

    Localize

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

    NumberSelectable

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

    RetainValue

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    string[]

    GetValue()

    Declaration
    public int[] GetValue()
    Returns
    Type Description
    int[]

    SetValue(int[])

    Declaration
    public void SetValue(int[] valueVector)
    Parameters
    Type Name Description
    int[] valueVector

    TestValueChanged(int[])

    Declaration
    public void TestValueChanged(int[] valueVector)
    Parameters
    Type Name Description
    int[] valueVector

    Implements

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