Propriété ToggleState
Gets the current state of the toggle image on the TextBox.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ToggleState As Boolean
Get
'Utilisation
Dim instance As TextBoxInstance
Dim value As Boolean
value = instance.ToggleState
public bool ToggleState { get; }
public:
property bool ToggleState {
bool get ();
}
member ToggleState : bool
function get ToggleState () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the image is toggled on; otherwise, false.
Voir aussi