The Progressbar type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Activate |
Activates the control
(Inherited from Control.) |
![]() | Blur |
Deactivates the control
(Inherited from Control.) |
![]() | ButtonPressedMessage |
Override this message to handle button pressed events internally.
(Inherited from Control.) |
![]() | ButtonReleasedMessage |
Override this message to handle button released events internally.
(Inherited from Control.) |
![]() | Dispose |
Disposes the control
(Inherited from Control.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | HitTest |
Checks if a point is inside of the control
(Inherited from Control.) |
![]() | Invalidate()()()() |
Safely redraws control
(Inherited from Control.) |
![]() | Invalidate(rect) |
Safely redraws control
(Inherited from Control.) |
![]() | KeyboardAltKeyMessage |
Override this message to handle alt key events internally.
(Inherited from Control.) |
![]() | KeyboardKeyMessage |
Override this message to handle key events internally.
(Inherited from Control.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnButtonPressed |
Fires the ButtonPressed event
(Inherited from Control.) |
![]() | OnButtonReleased |
Fires the ButtonReleased event
(Inherited from Control.) |
![]() | OnDoubleTap |
Fires the DoubleTap event
(Inherited from Control.) |
![]() | OnGotFocus |
Fires the GotFocus event
(Inherited from Control.) |
![]() | OnKeyboardAltKey |
Fires the KeyboardAltKey event
(Inherited from Control.) |
![]() | OnKeyboardKey |
Fires the KeyboardKey event
(Inherited from Control.) |
![]() | OnLostFocus |
Fires the LostFocus event
(Inherited from Control.) |
![]() | OnProgressChanged | |
![]() | OnRender | (Overrides Control..::..OnRender(Int32, Int32, Int32, Int32).) |
![]() | OnTap |
Fires the Tap event
(Inherited from Control.) |
![]() | OnTapHold |
Fires the TapHold event
(Inherited from Control.) |
![]() | OnTouchDown |
Fires the TouchDown event
(Inherited from Control.) |
![]() | OnTouchGesture |
Fires the TouchGesture event
(Inherited from Control.) |
![]() | OnTouchMove |
Fires the TouchMove event
(Inherited from Control.) |
![]() | OnTouchUp |
Fires the TouchUp event
(Inherited from Control.) |
![]() | Render |
Unsafely renders control
(Inherited from Control.) |
![]() | SendButtonEvent |
Directly inform control of button events
(Inherited from Control.) |
![]() | SendKeyboardAltKeyEvent |
Directly inform control of keyboard alt key events
(Inherited from Control.) |
![]() | SendKeyboardKeyEvent |
Directly inform control of keyboard key events
(Inherited from Control.) |
![]() | SendTouchDown |
Directly inform control of touch down event
(Inherited from Control.) |
![]() | SendTouchGesture |
Directly inform control of touch gesture event
(Inherited from Control.) |
![]() | SendTouchMove |
Directly inform control of touch move event
(Inherited from Control.) |
![]() | SendTouchUp |
Directly inform control of touch up event
(Inherited from Control.) |
![]() | ToString | (Inherited from Object.) |
![]() | TouchDownMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | TouchGestureMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | TouchMoveMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | TouchUpMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | UpdateOffsets()()()() |
Update the X/Y position offset of the control
(Inherited from Control.) |
![]() | UpdateOffsets(point) |
Update the X/Y position offset of the control
(Inherited from Control.) |