Q3View_GetHighlightStyleState
You can use theQ3View_GetHighlightStyleStatefunction to get the current highlight style of a view.
TQ3Status Q3View_GetHighlightStyleState ( TQ3ViewObject view, TQ3AttributeSet *highlightStyle);
view- A view.
highlightStyle- On exit, the current highlight style of the specified view.
DESCRIPTION
TheQ3View_GetHighlightStyleStatefunction returns, in thehighlightStyleparameter, the current highlight style of the view specified by theviewparameter. You are responsible for disposing of the returned attribute set (by callingQ3Object_Dispose) when you are done using it.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help