Class DoubleBlock
Assembly: NXOpenUI.dll
Syntax
public class DoubleBlock : UIBlock, IMessageSink
Constructors
DoubleBlock()
Declaration
Properties
AdaptiveScaleLimits
Declaration
public bool AdaptiveScaleLimits { get; set; }
Property Value
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
Bitmap
Declaration
public string Bitmap { get; set; }
Property Value
Increment
Declaration
public double Increment { get; set; }
Property Value
LineIncrement
Declaration
public double LineIncrement { get; set; }
Property Value
Localize
Declaration
public bool Localize { get; set; }
Property Value
MaxInclusive
Declaration
public bool MaxInclusive { get; set; }
Property Value
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
MinInclusive
Declaration
public bool MinInclusive { get; set; }
Property Value
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
PageIncrement
Declaration
public double PageIncrement { get; set; }
Property Value
PresentationStyleAsString
Declaration
public string PresentationStyleAsString { get; set; }
Property Value
ReadOnlyValue
Declaration
public bool ReadOnlyValue { get; set; }
Property Value
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
ScaleLimits
Declaration
public bool ScaleLimits { get; set; }
Property Value
ScaleMaxLimitLabel
Declaration
public string ScaleMaxLimitLabel { get; set; }
Property Value
ScaleMinLimitLabel
Declaration
public string ScaleMinLimitLabel { get; set; }
Property Value
ShowScaleValue
Declaration
public bool ShowScaleValue { get; set; }
Property Value
TitleVisibility
Declaration
public bool TitleVisibility { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
WrapSpin
Declaration
public bool WrapSpin { get; set; }
Property Value
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
GetComboOptions()
Declaration
public double[] GetComboOptions()
Returns
GetPresentationStyleMembers()
Declaration
public string[] GetPresentationStyleMembers()
Returns
SetComboOptions(double[])
Declaration
public void SetComboOptions(double[] optionValue)
Parameters
Type |
Name |
Description |
double[] |
optionValue |
|
TestValueChanged(double)
Declaration
public void TestValueChanged(double doubleValue)
Parameters
Type |
Name |
Description |
double |
doubleValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink