Propriété ReportViewer.ToolBarItemPressedBorderWidth
Obtient ou définit la largeur de bordure d'un élément de la barre d'outils lorsqu'il est sélectionné.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<SRDescriptionAttribute("ToolBarItemPressedBorderWidthDesc")> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemPressedBorderWidth As Unit
'Utilisation
Dim instance As ReportViewer
Dim value As Unit
value = instance.ToolBarItemPressedBorderWidth
instance.ToolBarItemPressedBorderWidth = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), "1px")]
[SRDescriptionAttribute("ToolBarItemPressedBorderWidthDesc")]
[CategoryAttribute("Appearance")]
public Unit ToolBarItemPressedBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), L"1px")]
[CategoryAttribute(L"Appearance")]
public:
Unit ToolBarItemPressedBorderWidth {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_ToolBarItemPressedBorderWidth ()
/** @property */
public void set_ToolBarItemPressedBorderWidth (Unit value)
public function get ToolBarItemPressedBorderWidth () : Unit
public function set ToolBarItemPressedBorderWidth (value : Unit)
Valeur de la propriété
Valeur Unit qui contient la largeur de bordure de l'élément de la barre d'outils lorsqu'il est sélectionné.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms