Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@novell.com>2005-09-02 01:25:48 +0400
committerChris Toshok <toshok@novell.com>2005-09-02 01:25:48 +0400
commit545c9d318fd9c001036ea20dfd63aa55c7f0d211 (patch)
treee45ff7361e28bc86a99a49b5f7dbf1dd70eb7620 /mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs
parent7bfa86d9a57dd97b2a9c7e028c3989a58512e05c (diff)
2005-09-01 Chris Toshok <toshok@ximian.com>
* Button.cs, ButtonField.cs, FontInfo.cs, Style.cs, Xml.cs, CommandField.cs, HyperLinkColumn.cs, Table.cs, RegularExpressionValidator.cs, DataGridPagerStyle.cs, Label.cs, CheckBox.cs, RadioButton.cs, TableStyle.cs, ListControl.cs, Image.cs, BaseCompareValidator.cs, BaseDataList.cs, DataList.cs, TemplateColumn.cs, RangeValidator.cs, ImageField.cs, BaseValidator.cs, CustomValidator.cs, TextBox.cs, ButtonFieldBase.cs, BoundField.cs, CheckBoxList.cs, RadioButtonList.cs, RequiredFieldValidator.cs, AdRotator.cs, Repeater.cs, DropDownList.cs, CheckBoxField.cs, HyperLink.cs, XmlDataSource.cs, Panel.cs, DataGrid.cs, ButtonColumn.cs, CompareValidator.cs, Calendar.cs, ListBox.cs, TableCell.cs, WebControl.cs, Literal.cs, ValidationSummary.cs, ImageButton.cs, TableRow.cs, LinkButton.cs, DataGridColumn.cs, BoundColumn.cs, TableItemStyle.cs: Add some WebCategory and WebSysDescription attributes. svn path=/trunk/mcs/; revision=49301
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs b/mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs
index 0e7696e87dd..9479517f36f 100644
--- a/mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs
+++ b/mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs
@@ -54,6 +54,8 @@ namespace System.Web.UI.WebControls {
[Bindable (true)]
#endif
[DefaultValue ("")]
+ [WebSysDescription ("")]
+ [WebCategory ("Appearance")]
public virtual string BackImageUrl {
get {
if ((styles & Styles.BackImageUrl) == 0)
@@ -74,6 +76,8 @@ namespace System.Web.UI.WebControls {
[Bindable (true)]
#endif
[DefaultValue (-1)]
+ [WebSysDescription ("")]
+ [WebCategory ("Appearance")]
public virtual int CellPadding {
get {
if ((styles & Styles.CellPadding) == 0)
@@ -94,6 +98,8 @@ namespace System.Web.UI.WebControls {
[Bindable (true)]
#endif
[DefaultValue (-1)]
+ [WebSysDescription ("")]
+ [WebCategory ("Appearance")]
public virtual int CellSpacing {
get {
if ((styles & Styles.CellSpacing) == 0)
@@ -115,6 +121,8 @@ namespace System.Web.UI.WebControls {
[Bindable (true)]
#endif
[DefaultValue (GridLines.None)]
+ [WebSysDescription ("")]
+ [WebCategory ("Appearance")]
public virtual GridLines GridLines {
get {
if ((styles & Styles.GridLines) == 0)
@@ -138,6 +146,8 @@ namespace System.Web.UI.WebControls {
[Bindable (true)]
#endif
[DefaultValue (HorizontalAlign.NotSet)]
+ [WebSysDescription ("")]
+ [WebCategory ("Layout")]
public virtual HorizontalAlign HorizontalAlign {
get {
if ((styles & Styles.HorizontalAlign) == 0)