Search Results for

    Show / Hide Table of Contents

    Class LabelItem

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    LabelItem
    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 LabelItem : StylerItem, IMessageSink, IDisposable

    Constructors

    LabelItem(nint)

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

    Properties

    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

    SetBitmap(string)

    Declaration
    public void SetBitmap(string bitmapFile)
    Parameters
    Type Name Description
    string bitmapFile

    SetLabel(string)

    Declaration
    public void SetLabel(string strLabel)
    Parameters
    Type Name Description
    string strLabel

    Implements

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