static HtmlListBox()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Items");
     _propertyNames.Add("Name");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("MultiSelection");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("SelectedValue");
     _propertyNames.Add("SelectedItem");
     _propertyNames.Add("SelectedIndex");
     _propertyNames.Add("DataBindings");
     //
     _propertyNames.Add("selectedIndex");
     _propertyNames.Add("selectedValue");
     _propertyNames.Add("selectedItem");
     _propertyNames.Add("AddBlankOnDataBinding");
     _propertyNames.Add("length");
 }
Example #2
0
 static HtmlFileBrowser()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Visible");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("BorderStyle");
     //
     _propertyNames.Add("StartWebFolder");
     _propertyNames.Add("StartWebFolderTitle");
     _propertyNames.Add("FileTypes");
     _propertyNames.Add("SelectedFilePath");
     _propertyNames.Add("SelectedFilename");
     _propertyNames.Add("SelectedFolderPath");
     _propertyNames.Add("SelectedFolderName");
     //
     _propertyNames.Add("noteFontFamily");
     _propertyNames.Add("noteFontSize");
     _propertyNames.Add("noteFontColor");
     _propertyNames.Add("mouseOverColor");
     _propertyNames.Add("nodeBackColor");
     _propertyNames.Add("selectedNodeColor");
     _propertyNames.Add("DontLoadRootFoldersOnStart");
 }
        static HtmlMarquee()
        {
            _propertyNames = new StringCollection();
            WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
            _propertyNames.Add("BackgroundImage");
            _propertyNames.Add("BackgroundImageLayout");
            _propertyNames.Add("AccessibleDescription");
            _propertyNames.Add("AccessibleName");
            _propertyNames.Add("AccessibleRole");
            _propertyNames.Add("AllowDrop");
            _propertyNames.Add("Anchor");
            _propertyNames.Add("CausesValidation");
            _propertyNames.Add("Dock");

            _propertyNames.Add("ContextMenuStrip");
            _propertyNames.Add("ImeMode");

            _propertyNames.Add("Margin");
            _propertyNames.Add("MaximumSize");
            _propertyNames.Add("MinimumSize");
            _propertyNames.Add("Padding");
            _propertyNames.Add("RightToLeft");
            //
            _propertyNames.Add("TabIndex");
            _propertyNames.Add("TabStop");
            _propertyNames.Add("Tag");
            _propertyNames.Add("UseWaitCursor");
            _propertyNames.Add("Opacity");
            //
            _clientPropertyNames = new StringCollection();
            _clientPropertyNames.Add("BackColor");
        }
 static HtmlRichTextEditor()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("HeightInPercent");
     _propertyNames.Add("WidthInPercent");
     _propertyNames.Add("Visible");
 }
 static HtmlDatePicker()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Visible");
     _propertyNames.Add("FontSize");
     _propertyNames.Add("IncludeTime");
     _propertyNames.Add("SelectedDateTime");
     _propertyNames.Add("Movable");
 }
 static HtmlFileUploadGroup()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("FileUploaders");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("FileUploaderCount");
     _propertyNames.Add("Controls");
     _propertyNames.Add("SavedFilePaths");
     _propertyNames.Add("Opacity");
 }
 static HtmlGroupBox()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Text");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("Controls");
     _propertyNames.Add("Opacity");
 }
Example #8
0
 static HtmlTreeNode()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("IconImagePath");
     _propertyNames.Add("Text");
     _propertyNames.Add("NodeGuid");
     _propertyNames.Add("noteFontFamily");
     _propertyNames.Add("noteFontSize");
     _propertyNames.Add("noteFontColor");
     _propertyNames.Add("nodeName");
     _propertyNames.Add("nodedata");
     _propertyNames.Add("nodeText");
     _propertyNames.Add("noteBackColor");
 }
 static HtmlImage()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("disabled");
     _propertyNames.Add("ImageData");
     _propertyNames.Add("ImageSizeMode");
     _propertyNames.Add("Visible");
     _propertyNames.Add("ImageFilePath");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("DataBindings");
 }
 static HtmlButton()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Text");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("ImageFilePath");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("TabIndex");
 }
 static HtmlLabel()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Text");
     _propertyNames.Add("RightToLeft");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("Float");
     _propertyNames.Add("DataBindings");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
 }
        static HtmlCheckBox()
        {
            _propertyNames = new StringCollection();
            WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
            _propertyNames.Add("Name");
            _propertyNames.Add("Text");
            _propertyNames.Add("disabled");
            _propertyNames.Add("Font");
            _propertyNames.Add("BackColor");
            _propertyNames.Add("ForeColor");
            _propertyNames.Add("Visible");

            _propertyNames.Add("Checked");
            _propertyNames.Add("Value");
            _propertyNames.Add("TabIndex");
            _propertyNames.Add("Opacity");
            _propertyNames.Add("DataBindings");
        }
 static HtmlMenu()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("MenuItems");
     _propertyNames.Add("Gap");
     _propertyNames.Add("mouseOverColor");
     _propertyNames.Add("selectedMenuBackColor");
     _propertyNames.Add("selectedMenuId");
     _propertyNames.Add("selectedMenuText");
 }
 static HtmlTabControl()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Visible");
     _propertyNames.Add("Controls");
     //
     _propertyNames.Add("WidthType");
     _propertyNames.Add("LayoutWidthPercent");
     _propertyNames.Add("HeightType");
     _propertyNames.Add("LayoutHeightPercent");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("TotalPages");
     //
     _propertyNames.Add("TabPages");
     _propertyNames.Add("HeaderFont");
 }
 static HtmlFileUpload()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Filename");
     _propertyNames.Add("FileSize");
     _propertyNames.Add("FileType");
     _propertyNames.Add("FilePathOnServer");
     _propertyNames.Add("FileError");
     _propertyNames.Add("Visible");
     _propertyNames.Add("FileErrorText");
     _propertyNames.Add("FilePathSaved");
     _propertyNames.Add("FilePathAtClient");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("IsFilePathSaveOK");
     _propertyNames.Add("MaximumFileSize");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Overwrite");
 }
 static HtmlTextBox()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Text");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("DataBindings");
     _propertyNames.Add("ReadOnly");
     _propertyNames.Add("PasswordChar");
     _propertyNames.Add("MaxLength");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("IncludeDatetimePickerButton");
     _propertyNames.Add("DatetimePickerFontSize");
     _propertyNames.Add("DatetimePickerIncludeTime");
 }
Example #17
0
 static HtmlPanel()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("Text");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("Controls");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("borderStyle");
     _propertyNames.Add("borderWidth");
     _propertyNames.Add("borderColor");
     _propertyNames.Add("borderWidthStyle");
     _propertyNames.Add("BackgroundImageFile");
     _propertyNames.Add("BackgroundImageTile");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("AutoSize");
 }
Example #18
0
 static HtmlFlowLayout()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("Controls");
     //
     _propertyNames.Add("Columns");
     _propertyNames.Add("ColumnCount");
     _propertyNames.Add("Rows");
     _propertyNames.Add("RowCount");
     //
     _propertyNames.Add("WidthType");
     _propertyNames.Add("LayoutWidthPercent");
     _propertyNames.Add("HeightType");
     _propertyNames.Add("LayoutHeightPercent");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
 }
Example #19
0
 static HtmlFlash()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Name");
     _propertyNames.Add("disabled");
     _propertyNames.Add("FlashFile");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("PlayerDownloadUrl");
     _propertyNames.Add("Visible");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("Quality");
     _propertyNames.Add("Play");
     _propertyNames.Add("Loop");
     _propertyNames.Add("Menu");
     _propertyNames.Add("PlayScale");
     _propertyNames.Add("Align");
     _propertyNames.Add("WindowMode");
     _propertyNames.Add("BaseUrl");
     _propertyNames.Add("AllowFullScreen");
     _propertyNames.Add("FullScreenAspectRatio");
 }
 static HtmlMultiSelection()
 {
     _propertyNames = new StringCollection();
     WebPageCompilerUtility.AddWebControlProperties(_propertyNames);
     _propertyNames.Add("Items");
     _propertyNames.Add("Name");
     _propertyNames.Add("disabled");
     _propertyNames.Add("Font");
     _propertyNames.Add("BackColor");
     _propertyNames.Add("ForeColor");
     _propertyNames.Add("Visible");
     _propertyNames.Add("HideButtons");
     _propertyNames.Add("TabIndex");
     _propertyNames.Add("Opacity");
     _propertyNames.Add("SelectedValue");
     _propertyNames.Add("SelectedItem");
     _propertyNames.Add("SelectedIndex");
     _propertyNames.Add("DataBindings");
     //
     _listpropertyNames = new StringCollection();
     _listpropertyNames.Add("SelectedValue");
     _listpropertyNames.Add("SelectedItem");
     _listpropertyNames.Add("Items");
 }