Search Results for

    Show / Hide Table of Contents

    Class Toggle

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

    Constructors

    Toggle()

    Declaration
    protected Toggle()

    Properties

    BalloonTooltipLayoutAsString

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

    BalloonTooltipOffImage

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

    BalloonTooltipOffText

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

    BalloonTooltipOnImage

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

    BalloonTooltipOnText

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

    Bitmap

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

    BitmapOnly

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

    Localize

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

    RetainValue

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

    Value

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

    Methods

    GetBalloonTooltipLayoutMembers()

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

    TestValueChanged(bool)

    Declaration
    public void TestValueChanged(bool valueProperty)
    Parameters
    Type Name Description
    bool valueProperty

    Implements

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