WmsLayerHasSettingsDialog Property  | 
  Gets a value indicating whether the layer has a settings dialog. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Layers
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic bool HasSettingsDialog { get; }Public ReadOnly Property HasSettingsDialog As Boolean
	Get
public:
virtual property bool HasSettingsDialog {
	bool get () sealed;
}abstract HasSettingsDialog : bool with get
override HasSettingsDialog : bool with get
Property Value
Type: 
BooleanImplements
ILayerHasSettingsDialog
See Also