You are here: Start » FIL.NET » Knob Class

Knob Class

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Value selection control class representing a round knob.

Constructors

 ConstructorDescription
Knob() Constructs a new instance of the Knob class.

Properties

 NameTypeDescription
AccessibilityObjectSystem.Windows.Forms.AccessibleObjectInherited from System.Windows.Forms.Control
AccessibleDefaultActionDescriptionSystem.StringInherited from System.Windows.Forms.Control
AccessibleDescriptionSystem.StringInherited from System.Windows.Forms.Control
AccessibleNameSystem.StringInherited from System.Windows.Forms.Control
AccessibleRoleSystem.Windows.Forms.AccessibleRoleInherited from System.Windows.Forms.Control
AllowDropSystem.BooleanInherited from System.Windows.Forms.Control
AnchorSystem.Windows.Forms.AnchorStylesInherited from System.Windows.Forms.Control
AutoScrollOffsetSystem.Drawing.PointInherited from System.Windows.Forms.Control
BackColorSystem.Drawing.ColorInherited from System.Windows.Forms.Control
BindingContextSystem.Windows.Forms.BindingContextInherited from System.Windows.Forms.Control
BottomSystem.Int32Inherited from System.Windows.Forms.Control
BoundsSystem.Drawing.RectangleInherited from System.Windows.Forms.Control
CanFocusSystem.BooleanInherited from System.Windows.Forms.Control
CanSelectSystem.BooleanInherited from System.Windows.Forms.Control
CaptureSystem.BooleanInherited from System.Windows.Forms.Control
CausesValidationSystem.BooleanInherited from System.Windows.Forms.Control
ClientRectangleSystem.Drawing.RectangleInherited from System.Windows.Forms.Control
ClientSizeSystem.Drawing.SizeInherited from System.Windows.Forms.Control
CompanyNameSystem.StringInherited from System.Windows.Forms.Control
ContainerSystem.ComponentModel.IContainerInherited from System.ComponentModel.Component
ContainsFocusSystem.BooleanInherited from System.Windows.Forms.Control
ContextMenuStripSystem.Windows.Forms.ContextMenuStripInherited from System.Windows.Forms.Control
ContextMenuSystem.Windows.Forms.ContextMenuInherited from System.Windows.Forms.Control
ControlsSystem.Windows.Forms.Control.ControlCollectionInherited from System.Windows.Forms.Control
CreatedSystem.BooleanInherited from System.Windows.Forms.Control
CursorSystem.Windows.Forms.CursorInherited from System.Windows.Forms.Control
DataBindingsSystem.Windows.Forms.ControlBindingsCollectionInherited from System.Windows.Forms.Control
DeviceDpiSystem.Int32Inherited from System.Windows.Forms.Control
DisplayRectangleSystem.Drawing.RectangleInherited from System.Windows.Forms.Control
DisposingSystem.BooleanInherited from System.Windows.Forms.Control
DockSystem.Windows.Forms.DockStyleInherited from System.Windows.Forms.Control
EnabledSystem.Boolean
FocusedSystem.BooleanInherited from System.Windows.Forms.Control
FontSystem.Drawing.FontInherited from System.Windows.Forms.Control
HandleSystem.IntPtrInherited from System.Windows.Forms.Control
HasChildrenSystem.BooleanInherited from System.Windows.Forms.Control
HeightSystem.Int32Inherited from System.Windows.Forms.Control
ImeModeSystem.Windows.Forms.ImeModeInherited from System.Windows.Forms.Control
InvokeRequiredSystem.BooleanInherited from System.Windows.Forms.Control
IsAccessibleSystem.BooleanInherited from System.Windows.Forms.Control
IsDisposedSystem.BooleanInherited from System.Windows.Forms.Control
IsHandleCreatedSystem.BooleanInherited from System.Windows.Forms.Control
IsMirroredSystem.BooleanInherited from System.Windows.Forms.Control
KnobColorSystem.Drawing.Color Gets or sets the color of the knob top part surface.
LayoutEngineSystem.Windows.Forms.Layout.LayoutEngineInherited from System.Windows.Forms.Control
LeftSystem.Int32Inherited from System.Windows.Forms.Control
LocationSystem.Drawing.PointInherited from System.Windows.Forms.Control
MarginSystem.Windows.Forms.PaddingInherited from System.Windows.Forms.Control
MaximumSizeSystem.Drawing.SizeInherited from System.Windows.Forms.Control
MaximumSystem.Decimal Gets or sets the maximum value available in the control (right-most position of the knob).
MinimumSizeSystem.Drawing.SizeInherited from System.Windows.Forms.Control
MinimumSystem.Decimal Gets or sets the minimum value available to be selected by the control (left-most position of the knob).
NameSystem.StringInherited from System.Windows.Forms.Control
NumberChangeSystem.Decimal Gets or sets the distance between two numbers in the knob scale (in scale units).
PaddingSystem.Windows.Forms.PaddingInherited from System.Windows.Forms.Control
ParentSystem.Windows.Forms.ControlInherited from System.Windows.Forms.Control
PointerColorSystem.Drawing.Color Gets or sets the color of the knob pointer arrow part.
PreferredSizeSystem.Drawing.SizeInherited from System.Windows.Forms.Control
ProductNameSystem.StringInherited from System.Windows.Forms.Control
ProductVersionSystem.StringInherited from System.Windows.Forms.Control
RecreatingHandleSystem.BooleanInherited from System.Windows.Forms.Control
RegionSystem.Drawing.RegionInherited from System.Windows.Forms.Control
RightToLeftSystem.Windows.Forms.RightToLeftInherited from System.Windows.Forms.Control
RightSystem.Int32Inherited from System.Windows.Forms.Control
ScaleChangeSystem.Decimal Gets or sets the distance between two lines in the knob scale markings (in the scale units).
ScaleColorSystem.Drawing.Color Gets or sets the color of the scale line markings and text.
ShowNumbersSystem.Boolean Gets or sets the flag indicating whether the number markings are shown on the knob scale.
SiteSystem.ComponentModel.ISiteInherited from System.Windows.Forms.Control
SizeSystem.Drawing.SizeInherited from System.Windows.Forms.Control
SnapToScaleSystem.Boolean Gets or sets the flag enabling the knob to snap to a closest scale point when the user moves it.
TabIndexSystem.Int32Inherited from System.Windows.Forms.Control
TabStopSystem.BooleanInherited from System.Windows.Forms.Control
TagSystem.ObjectInherited from System.Windows.Forms.Control
TopLevelControlSystem.Windows.Forms.ControlInherited from System.Windows.Forms.Control
TopSystem.Int32Inherited from System.Windows.Forms.Control
UseWaitCursorSystem.BooleanInherited from System.Windows.Forms.Control
ValueSystem.Decimal Gets or sets the value selected in the control.
VisibleSystem.BooleanInherited from System.Windows.Forms.Control
WidthSystem.Int32Inherited from System.Windows.Forms.Control

Methods

 NameDescription
BeginInit()
BeginInvoke(System.Delegate)Inherited from System.Windows.Forms.Control
BeginInvoke(System.Delegate, object[])Inherited from System.Windows.Forms.Control
BringToFront()Inherited from System.Windows.Forms.Control
Contains(System.Windows.Forms.Control)Inherited from System.Windows.Forms.Control
CreateControl()Inherited from System.Windows.Forms.Control
CreateGraphics()Inherited from System.Windows.Forms.Control
CreateObjRef(System.Type)Inherited from System.MarshalByRefObject
Dispose()Inherited from System.ComponentModel.Component
DoDragDrop(object, System.Windows.Forms.DragDropEffects)Inherited from System.Windows.Forms.Control
DrawToBitmap(System.Drawing.Bitmap, System.Drawing.Rectangle)Inherited from System.Windows.Forms.Control
EndInit()
EndInvoke(System.IAsyncResult)Inherited from System.Windows.Forms.Control
Equals(object)Inherited from System.Object
FindForm()Inherited from System.Windows.Forms.Control
Focus()Inherited from System.Windows.Forms.Control
GetChildAtPoint(System.Drawing.Point)Inherited from System.Windows.Forms.Control
GetChildAtPoint(System.Drawing.Point, System.Windows.Forms.GetChildAtPointSkip)Inherited from System.Windows.Forms.Control
GetContainerControl()Inherited from System.Windows.Forms.Control
GetHashCode()Inherited from System.Object
GetLifetimeService()Inherited from System.MarshalByRefObject
GetNextControl(System.Windows.Forms.Control, bool)Inherited from System.Windows.Forms.Control
GetPreferredSize(System.Drawing.Size)Inherited from System.Windows.Forms.Control
GetType()Inherited from System.Object
Hide()Inherited from System.Windows.Forms.Control
InitializeLifetimeService()Inherited from System.MarshalByRefObject
Invalidate()Inherited from System.Windows.Forms.Control
Invalidate(bool)Inherited from System.Windows.Forms.Control
Invalidate(System.Drawing.Rectangle)Inherited from System.Windows.Forms.Control
Invalidate(System.Drawing.Region)Inherited from System.Windows.Forms.Control
Invalidate(System.Drawing.Rectangle, bool)Inherited from System.Windows.Forms.Control
Invalidate(System.Drawing.Region, bool)Inherited from System.Windows.Forms.Control
Invoke(System.Delegate)Inherited from System.Windows.Forms.Control
Invoke(System.Delegate, object[])Inherited from System.Windows.Forms.Control
LogicalToDeviceUnits(int)Inherited from System.Windows.Forms.Control
LogicalToDeviceUnits(System.Drawing.Size)Inherited from System.Windows.Forms.Control
PerformLayout()Inherited from System.Windows.Forms.Control
PerformLayout(System.Windows.Forms.Control, string)Inherited from System.Windows.Forms.Control
PointToClient(System.Drawing.Point)Inherited from System.Windows.Forms.Control
PointToScreen(System.Drawing.Point)Inherited from System.Windows.Forms.Control
PreProcessControlMessage(System.Windows.Forms.Message)Inherited from System.Windows.Forms.Control
PreProcessMessage(System.Windows.Forms.Message)Inherited from System.Windows.Forms.Control
RectangleToClient(System.Drawing.Rectangle)Inherited from System.Windows.Forms.Control
RectangleToScreen(System.Drawing.Rectangle)Inherited from System.Windows.Forms.Control
Refresh()Inherited from System.Windows.Forms.Control
ResetText()Inherited from System.Windows.Forms.Control
ResumeLayout()Inherited from System.Windows.Forms.Control
ResumeLayout(bool)Inherited from System.Windows.Forms.Control
ScaleBitmapLogicalToDevice(System.Drawing.Bitmap)Inherited from System.Windows.Forms.Control
Scale(System.Drawing.SizeF)Inherited from System.Windows.Forms.Control
SelectNextControl(System.Windows.Forms.Control, bool, bool, bool, bool)Inherited from System.Windows.Forms.Control
Select()Inherited from System.Windows.Forms.Control
SendToBack()Inherited from System.Windows.Forms.Control
SetBounds(int, int, int, int)Inherited from System.Windows.Forms.Control
SetBounds(int, int, int, int, System.Windows.Forms.BoundsSpecified)Inherited from System.Windows.Forms.Control
Show()Inherited from System.Windows.Forms.Control
SuspendLayout()Inherited from System.Windows.Forms.Control
ToString()Inherited from System.Object
Update()Inherited from System.Windows.Forms.Control

Remarks

See also