DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlLegend | Interfaces | Methods | Properties
Visual Legend component.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
// C# public interface ITGIS_ControlLegend: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ControlLegend Implements ITBaseObject End Class
// Oxygene type ITGIS_ControlLegend = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Collapse | public | Collapses a legend item corresponding to a hierarchy group. | |
Collapse_2 | public | Collapses a legend item corresponding to a hierarchy group. | |
Collapse_3 | public | Collapses a legend item corresponding to a layer. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DrawBmp | public | Draw control on a provided bitmap. | |
Expand | public | Expands of a legend item associated with the specific hierarchy group. | |
Expand_2 | public | Expands a legend item corresponding to a hierarchy group. | |
Expand_3 | public | Expands a legend item associated with the specific layer. | |
InvalidateItems | public | Forces invalidation of all the legend items. | |
IsExpanded | public | Checks if the legend item associated with the specific hierarchy group is expanded. | |
IsExpanded_2 | public | Checks if the legend item associated with the specific layer is expanded. | |
PrintBmp | public | Print the control on the given bitmap. | |
PrintClipboard | public | Prints the current state of the legend to the clipboard as a bitmap. | |
SubscribedEvent | public | An event called automatically by the attached TGIS_ViewerWnd whenever there is a need to update the legend. | |
Name | Visibility | Description | |
---|---|---|---|
BiDiModeFromTranslation | public | Defines which BiDi we are using the one from property or the one from translation | |
BorderStyle | public | Border style for component windows. | |
Color | public | See documentation for TCustomControl in Delphi help. | |
CompactView | public | If True then the legend view is compacted - icons are smaller. | |
DialogOptions | public | Options defining dialogs behavior. | |
Font | public | Display font. | |
GIS_Group | public | Selected group. | |
GIS_Layer | public | Selected layer. | |
GIS_Viewer | public | Attached TGIS_ViewerWnd control. | |
Mode | public | Mode of the legend - list of layers or grouped tree view. | |
Options | public | Options of the legend. | |
ReverseOrder | public | True if the order of legend entries in the Layer mode should be reverse, i.e. | |
Place this component on a form and connect GIS_Viewer to TGIS_ViewerWnd. Selected layer is available via GIS_Layer property.