Rainbow 2.0 Code Documentation

DesktopModuleTitle Class

New 'stub' class for backward compatibility. Modules that add the ModuleTitle in their init event will be adding this. New PortalModuleControl class pulls needed values from this class. New modules should not use this class at all, setting title properties directly on PortalModuleContol instead. Jes1111.

For a list of all members of this type, see DesktopModuleTitle Members.

System.Object
   Control
      DesktopModuleTitle

[Visual Basic]
<(Data:="<{0}:DesktopModuleTitle runat=server></{0}:DesktopModuleTitle>"), _  (DesignerBaseTypeName:="System.ComponentModel.Design.IDesigner", DesignerTypeName:="Rainbow.Framework.UI.Design.DesktopModuleTitleDesigner"), _  (Name:="Title"), _  (Bindable:=True, Direction:=BindingDirection.OneWay), _  (Themeable:=False), _  (FilterString:="System.Web.UI", FilterType:=ToolboxItemFilterType.Require), _  (DesignerBaseTypeName:="System.ComponentModel.Design.IDesigner", DesignerTypeName:="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _  (Category:="Code"), _  (ToolboxItemType:=System.Web.UI.Design.WebControlToolboxItem, ToolboxItemTypeName:="System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _  (SerializerTypeName:="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName:="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class DesktopModuleTitle     Inherits Control [C#]
[(Data="<{0}:DesktopModuleTitle runat=server></{0}:DesktopModuleTitle>")]
[(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Rainbow.Framework.UI.Design.DesktopModuleTitleDesigner")]
[(Name="Title")]
[(Bindable=True, Direction=BindingDirection.OneWay)]
[(Themeable=False)]
[(FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)]
[(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[(Category="Code")]
[(ToolboxItemType=System.Web.UI.Design.WebControlToolboxItem, ToolboxItemTypeName="System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[(SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class DesktopModuleTitle : Control [C++]
[(Data="<{0}:DesktopModuleTitle runat=server></{0}:DesktopModuleTitle>")]
[(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Rainbow.Framework.UI.Design.DesktopModuleTitleDesigner")]
[(Name="Title")]
[(Bindable=True, Direction=BindingDirection.OneWay)]
[(Themeable=False)]
[(FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)]
[(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[(Category="Code")]
[(ToolboxItemType=System.Web.UI.Design.WebControlToolboxItem, ToolboxItemTypeName="System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[(SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class DesktopModuleTitle : public Control [JScript] public 
   (Data="<{0}:DesktopModuleTitle runat=server></{0}:DesktopModuleTitle>")
   (DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Rainbow.Framework.UI.Design.DesktopModuleTitleDesigner")
   (Name="Title")
   (Bindable=True, Direction=BindingDirection.OneWay)
   (Themeable=False)
   (FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)
   (DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
   (Category="Code")
   (ToolboxItemType=System.Web.UI.Design.WebControlToolboxItem, ToolboxItemTypeName="System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
   (SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
class DesktopModuleTitle extends Control

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Rainbow.Framework.Web.UI.WebControls

Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)

See Also

DesktopModuleTitle Members | Rainbow.Framework.Web.UI.WebControls Namespace