<< Return to Main Index

< Return to Class Index

CGXStylesMap::RegisterDefaultUserAttributes

void RegisterDefaultUserAttributes();

Remarks

Call this method to register all default user attributes for CGXStyle objects to be displayed in the CGXStyleSheet dialog.

The method will call CGXAbstractControlFactory::RegisterAllUserAttributes for registering the user attributes (actually, it is simply a wrapper for the call to RegisterAllUserAttributes).

Note: This method registers user attributes only to appear in the CGXStyleSheet. If you don’t want a user attribute to be visible in the CGXStyleSheet, you don’t have to register it here. You will still be able to use the user attribute with CGXStyle::SetUserAttribute in your grid. You only disable the possibility that the user can change the user attribute through the style sheet.

See Also

CGXAbstractControlFactory::RegisterAllUserAttributes

CGXStylesMap

Class Overview | Class Members