RadioButton

From REALbasicWiki

Jump to: navigation, search
RadioButton class
Available on Mac OS X Linux Windows
General
Superclass RectControl
Interfaces none
Constants

none

Methods
  • Sub AcceptFileDrop( fileType As String )
  • Sub AcceptPictureDrop( )
  • Sub AcceptRawDataDrop( dataType As String )
  • Sub AcceptTextDrop( )
  • Sub DrawInto( g As Graphics, x As Integer, y As Integer )
  • Sub Invalidate( EraseBackground As Boolean = True )
  • Sub Invalidate( X as Integer, Y as Integer, Width as Integer, Height as Integer, [EraseBackground as Boolean] )
  • Function NewDragItem( Left As Integer, Top As Integer, Width As Integer, Height As Integer ) As DragItem
  • Sub Refresh( EraseBackground As Boolean = True )
  • Sub RefreshRect( x As Integer, y As Integer, Width As Integer, Height As Integer, EraseBackground As Boolean = True )
Properties
  • Active As Boolean
  • AutoDeactivate As Boolean
  • Bold as Boolean
  • Caption as String
  • Enabled As Boolean
  • Height As Integer
  • HelpTag As String
  • Italic as Boolean
  • Left As Integer
  • LockBottom As Boolean
  • LockLeft As Boolean
  • LockRight As Boolean
  • LockTop As Boolean
  • MouseCursor As MouseCursor
  • Parent As Control
  • TabIndex As Integer
  • TabStop As Boolean
  • TextFont as String
  • TextSize as Single
  • Top As Integer
  • Underline as Boolean
  • Value as Boolean
  • Visible As Boolean
  • Width As Integer
  • Window As Window
Events
  • Sub Action( )
  • Function ConstructContextualMenu( Base As MenuItem, x As Integer, y As Integer ) As Boolean
  • Function ContextualMenuAction( HitItem As MenuItem ) As Boolean
  • Function DragEnter( obj As DragItem, Action As Integer ) As Boolean
  • Sub DragExit( obj As DragItem, Action As Integer )
  • Function DragOver( x As Integer, y As Integer, obj As DragItem, Action As Integer ) as Boolean
  • Sub DropObject( obj As DragItem, Action As Integer )
  • Sub GotFocus( )
  • Function KeyDown( key As String ) As Boolean
  • Sub KeyUp( Key as String )
  • Sub LostFocus( )
  • Function MouseDown( x as Integer, y as Integer ) as Boolean
  • Sub MouseEnter( )
  • Sub MouseExit( )
  • Sub MouseMove( x As Integer, y As Integer )* Function MouseUp( x as Integer, y as Integer ) as Boolean
  • Function MouseUp( x as Integer, y as Integer ) as Boolean
  • Function MouseWheel( x As Integer, y as Integer, DeltaX As Integer, DeltaY As Integer ) As Boolean

NOTE: You can get descriptions of the items above from the REALbasic documentation.


RadioButton Control

Personal tools
related