IInplaceEditor 接口

定义

public interface class IInplaceEditor : Microsoft::ReportDesigner::ISelection
public interface IInplaceEditor : Microsoft.ReportDesigner.ISelection
type IInplaceEditor = interface
    interface ISelection
Public Interface IInplaceEditor
Implements ISelection
实现

属性

CanCopy
CanCut
CanIndent
CanOutdent
CanPaste
CanSetBold
CanSetFontFamily
CanSetFontSize
CanSetForeColor
CanSetHorizontalAlignment
CanSetItalic
CanSetListStyle
CanSetUnderline
CanSetVerticalAlignment
HasPendingChanges
Owner
SelectionBold
SelectionFontFamily
SelectionFontSize
SelectionForeColor
SelectionHorizontalAlignment
SelectionItalic
SelectionListStyle
SelectionUnderline
SelectionVerticalAlignment
Text

方法

CommitChanges(Boolean)
Copy()
Cut()
Execute(Command) (继承自 ISelection)
Indent()
OnStartEditingKeyPress(Char)
Outdent()
Paste()
QueryState(Command) (继承自 ISelection)
SelectAll()

适用于