Search Results for

    Show / Hide Table of Contents

    Class Toggle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    Toggle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.String

    BalloonTooltipOffImage

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

    BalloonTooltipOffText

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

    BalloonTooltipOnImage

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

    BalloonTooltipOnText

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

    Bitmap

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

    BitmapOnly

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

    Localize

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

    RetainValue

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

    Value

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    System.String[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX