EventsEvent Use Sintax Sub CheckBox_[Event]().....End Sub
ClickGotFocus KeyDown KeyPress KeyUp LostFocus MouseDown MouseMove
MouseUp
ChangeMethods Move SetFocus
Refresh ZOrderHide Show
ComboBox
Properties Properties Use Sintax ComboBox.[property] = (String) or (Value)
EventsEvent Use Sintax Sub CommandButton_[Event]().....End Sub
ClickGotFocus KeyDown KeyPress KeyUp LostFocus MouseDown
MouseMove MouseUpMethods Move SetFocus
ZOrder Refresh
Hide Show
Frame
PropertiesProperties Use Sintax Frame.[property] = (String) or (Value)
Line is available in NSBasic but to draw a line you must usea different sintax as Output.Drawline X1,Y1,X2,Y2,Color,Box,FillBefore to draw a line you must set Output.ScaleMode = 3 (Pixels)
ListBoxPropertiesProperties Use SintaxListBox.[property] = (String) or (Value)BackColorEnabled Font ForeColorHeightHWnd
IntegralHeight Left ListCount ListIndex NewIndex Sorted
TabStop Top Visible Width
AppearanceColumnsContainer ItemData List MultiSelect
Name Parent SelCount Selected Style TabIndex
Tag Text TopIndex
Bottom Right ScrollBars
EventsEvent Use SintaxSubListBox_[Event]().....End Sub
Methods AddItemClear RemoveItem SetFocus Move Refresh ZOrder
Hide Show
MenuProperties
CaptionChecked Enabled Name Parent
Visible
EventsClick
MENU is available in NSBasic but not as object type.The keywords to obtain a menu are, for the Bar of the Menu
TitleBar and SetMenu with following sintax DimTitlebarTitlebar= Array("First","Second","Third") SetMenu "Titlebar", Titlebarand for the SubMenu with following sintaxDim FirstMenu
FirstMenu=Array("Fourth","Fifth")
SetMenu "FirstMenu", FirstMenu
Properties Properties Use SintaxScrollBar.[property] = (Value)Container EnabledHeight HWnd LargeChange
Left Max Min Name Parent
SmallChange TabIndex TabStop Tag Top
Value Visible Width
EventsEvent Use SintaxSubScrollBar_[Event](). . . . .End SubChangeGotFocus KeyDown KeyPress KeyUp
LostFocus Scroll
Methods Move Refresh SetFocus ZOrder
NSbasic does not have a ScrollBar object but common objects as
TextBox or ListBox can apply a property ScrollBars with same result
See single object property..
Shape
Properties Properties Use SintaxShape.[property]= (Value) or (String)
Shape are not directly supported by NSBasic.
A similar effect may be obtained using the properties DrawLine and
DrawCircle of the Output object with the parameters Box, Fill and Color
TextBox
Properties Properties Use SintaxTextBox.[property] = (Value) or (String)
BackColorBorderStyleEnabled FontForeColor HeightHWnd Left MaxLength MultiLine ScrollBars SelLength
SelStart SelText TabStop Text Top Visible
Width
AlignmentAppearanceContainer HideSelection Locked Name
Parent PasswordChar Selection TabIndex Tag
Bottom Right
EventsEvent Use SintaxSubTextBox_[Event](). . . . .End SubChangeClickGotFocusDblClick KeyDown KeyPress KeyUp LostFocus MouseDown
MouseMove MouseUp
Methods Move SetFocus Refresh ZOrder
Show Hide
Timer
Properties Properties Use SintaxTimer.[property] = (String) Interval Enabled Left Top Name
ParentEventsEvent Use SintaxSubTimer_[Event](). . . . .End Sub Timer
Timer object is not available in NSBasic CE. You must you Third Party Object
I use and suggest S309Timer that support some relevant above mentoned property and
also add other useful instructions to eVB and NSBasic also as.
Count IdleTimeoutBattery IdleTimeoutExternal
IdleTimeoutInterval IdleTimeoutResetEnabled Tag