Class IntegerBlock
Inheritance
System.Object
System.MarshalByRefObject
IntegerBlock
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpenUI.dll
Syntax
public class IntegerBlock : UIBlock, IMessageSink
Constructors
IntegerBlock()
Declaration
Properties
AdaptiveScaleLimits
Declaration
public bool AdaptiveScaleLimits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
Type |
Description |
System.String |
|
Bitmap
Declaration
public string Bitmap { get; set; }
Property Value
Type |
Description |
System.String |
|
Increment
Declaration
public double Increment { get; set; }
Property Value
Type |
Description |
System.Double |
|
LineIncrement
Declaration
public double LineIncrement { get; set; }
Property Value
Type |
Description |
System.Double |
|
Localize
Declaration
public bool Localize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumValue
Declaration
public int MaximumValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxInclusive
Declaration
public bool MaxInclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MinimumValue
Declaration
public int MinimumValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinInclusive
Declaration
public bool MinInclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PageIncrement
Declaration
public double PageIncrement { get; set; }
Property Value
Type |
Description |
System.Double |
|
PresentationStyleAsString
Declaration
public string PresentationStyleAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadOnlyValue
Declaration
public bool ReadOnlyValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScaleLimits
Declaration
public bool ScaleLimits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScaleMaxLimitLabel
Declaration
public string ScaleMaxLimitLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
ScaleMinLimitLabel
Declaration
public string ScaleMinLimitLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowScaleValue
Declaration
public bool ShowScaleValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TitleVisibility
Declaration
public bool TitleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Value
Declaration
public int Value { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WrapSpin
Declaration
public bool WrapSpin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
Type |
Description |
System.String[] |
|
GetComboOptions()
Declaration
public int[] GetComboOptions()
Returns
Type |
Description |
System.Int32[] |
|
GetPresentationStyleMembers()
Declaration
public string[] GetPresentationStyleMembers()
Returns
Type |
Description |
System.String[] |
|
SetComboOptions(Int32[])
Declaration
public void SetComboOptions(int[] optionValue)
Parameters
Type |
Name |
Description |
System.Int32[] |
optionValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink