This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > IStyleItemEditor Interface > IStyleItemEditor.EditStyleItem Method (ArcObjects .NET 10.5 SDK) |
Displays the style item properties dialog for the given style gallery item.
[Visual Basic .NET] Public Function EditStyleItem ( _ ByVal styleGalleryItem As IStyleGalleryItem, _ ByVal parent As Integer _ ) As Boolean
[C#] public bool EditStyleItem ( IStyleGalleryItem styleGalleryItem, int parent );