Class IntegerScale
Inheritance
System.Object
System.MarshalByRefObject
IntegerScale
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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.UIStyler
Assembly: NXOpenUI.dll
Syntax
public class IntegerScale : StylerItem, IMessageSink, IDisposable
Constructors
IntegerScale(IntPtr)
Declaration
protected IntegerScale(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ItemValue
Declaration
public int ItemValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sensitivity
Declaration
public bool Sensitivity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddDragHandler(IntegerScale.Drag, Boolean)
Declaration
public void AddDragHandler(IntegerScale.Drag dragevent, bool isDialogLaunchingEvent)
Parameters
Type | Name | Description |
---|---|---|
IntegerScale.Drag | dragevent | |
System.Boolean | isDialogLaunchingEvent |
AddValueChangedHandler(IntegerScale.ValueChanged, Boolean)
Declaration
public void AddValueChangedHandler(IntegerScale.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
Parameters
Type | Name | Description |
---|---|---|
IntegerScale.ValueChanged | valuechangedevent | |
System.Boolean | isDialogLaunchingEvent |
SetLabels(String, String)
Declaration
public void SetLabels(string minimumLabel, string maximumLabel)
Parameters
Type | Name | Description |
---|---|---|
System.String | minimumLabel | |
System.String | maximumLabel |
SetLimits(Int32, Int32)
Declaration
public void SetLimits(int minimumValue, int maximumValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minimumValue | |
System.Int32 | maximumValue |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable