Search Results for

    Show / Hide Table of Contents

    Class LineFont

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    LineFont
    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 LineFont : UIBlock, IMessageSink

    Constructors

    LineFont()

    Declaration
    protected LineFont()

    Properties

    AvailableOptions

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

    ShowOptionLabels

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

    ValueAsString

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

    Methods

    TestValueChanged(string)

    Declaration
    public void TestValueChanged(string fontValueString)
    Parameters
    Type Name Description
    string fontValueString

    Implements

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