Click or drag to resize
FrameControl Class
内联框架控件
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Appkit.Web.ControlsFrameControl
        Appkit.Web.ControlsDataViewBase
        Appkit.Web.ControlsSearchView

Namespace: Appkit.Web.Controls
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class FrameControl : WebControl

The FrameControl type exposes the following members.

Constructors
  NameDescription
Public methodFrameControl
构造
Top
Properties
  NameDescription
Public propertyAdjustScreen
自动适应屏幕分辨率
Public propertyCssClass
容器框架样式的 CSS 类
(Overrides WebControlCssClass.)
Public propertyHeight
高度
(Overrides WebControlHeight.)
Public propertyHeightSpace
高度方向保留的空白 (像素)
Public propertyID
ID
(Overrides ControlID.)
Public propertyReHeightToClient
自动调整高度充满客户区
Public propertyWidth
宽度
(Overrides WebControlWidth.)
Public propertyWidthSpace
宽度方向保留的空白 (像素)
Top
See Also