Navigation bar
  Home Print document Start Previous page
 133 of 234 
Next page End  

Gravitybox Schedule Primer
Page 131 
1998-2004 Gravitybox Software LLC
the all Contact objects without the focus.
LineColor
Determines the color of the container lines
drawn around each Contact object.
RightToLeft
Determines if the text is to be displayed right-
to-left in certain, supported languages.
SelectedItem
Determines the Contact object that has the
focus. If no object has the focus, this
property is set to “Nothing”.
TabAllText
Sets/Returns the text displayed on the
selection button, if and only if there is one
select button displayed. If the control’s height
permits many select buttons are displayed in
the right margin. The number of buttons
displayed is a function of the control’s height.
If the height is small enough only one button
is displayed. This property determines the
text of this button.
TabAlphaText
This property is the set of characters to be
displayed on the select button I th right
margin. By default, this value is the 26
characters of the English language. However
if need be this text may be changed to
coordinate with some other language.
TabNumericText
After the alpha characters are displayed on
the select button there is an extra button
displayed to indicate contacts that start with
a number. By default this value is “123”, but
may be customized to display any text
desired.
The AllowEdit property gives you the power to control user edits. When true, the user
may click on some piece of information to edit it. The contact will become selected. The
data item inside of the contact will have a focus rectangle as well. An editable text box
will appear and you may enter the data. Clicking elsewhere on the screen or pressing
the <Enter> key will save the data. To cancel the edit simply press the <ESC> key and
no saving will occur.
Dim oContact As CContactEl
  Set oContact = Contacts1.Contacts.Add("John", "", "Doe")
  oContact.Email = "john@abc.com"
  oContact.PhoneHome = "770.555.1212"
  Set oContact = Nothing
http://www.purepage.com