ComponentOne True DBInput Pro 8.0
Name Property (DSTStyle)

 

Name Property (DSTStyle)

The Name property holds the description of the object or style.

Syntax

object.Name= string

Read/Write at run time. Not available at design time.

Remarks

If this property is not empty, a tooltip window will appear when the mouse moves over the holiday. The Name is different from the Key:objects property, and is not used to find the object position in the collection. In addition, you can use this property to make your Visual Basic project "self-documenting" by assigning a meaningful name to an object in a collection.

For a child object, this property sets/returns the object name of the child control for a 3D effect. This property allows you to set the naming of a child control to which you want an effect to be applied. A control array can be specified using its index number such as Text1(0), Text1(1).

When multiple 3D effects are applied to a single child control, the 3D display takes effect in the order of the Child object added to the ChildrenCollection. Also objects within the collection will take precedence over the independent object created dynamically.

For a Daylight Savings Time (DST) object, the Name property allows you to set a simple description for the specify object.

For a HolidayStyle object, The Name property holds the description of the holiday style. This description appears in the popup menu when right clicking the control with the ShowMenu property set to True If the Name property is set to a zero-length string, text string specified with the Key property will appear in the popup menu instead.

This property is available to the Child objects at design time.

If the Name property is set to a zero-length string, the tool tip window will not appear.

Do not get this property confused with the Key property. Keys are used to locate an object or style within the collection easily.

See Also

Key Property (Child)

Parent Property (Child)

Parent Property (DSTStyle)

Parent Property (HolidayStyle)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback