This document is archived and information here might be outdated. Recommended version. |
The display style of the SymbologyControl.
[Visual Basic .NET] Public Property DisplayStyle As esriSymbologyDisplayStyle
[C#] public esriSymbologyDisplayStyle DisplayStyle {get; set;}
[C++]
HRESULT get_DisplayStyle(
void
);
[C++]
HRESULT put_DisplayStyle(
);
Returns or sets the style the items are displayed in the SymbologyControl. By default the DisplayStyle is Icon.
esriDisplayStyleIcon
esriDisplayStyleSmallIcon
esriDisplayStyleReport
esriDisplayStyleList
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values