Name | Description | |
---|---|---|
NInplaceEditor Constructor |
The following tables list the members exposed by NInplaceEditor.
Name | Description | |
---|---|---|
NInplaceEditor Constructor |
Name | Description | |
---|---|---|
AbortEditingEvent | Fired when the editing is aborted. | |
CommitEditingEvent | Fired when the editing has to be comitted. | |
ContentChild | Reference to the Content child. | |
DesiredHeightProperty | Reference to the DesiredHeight property. | |
DesiredWidthProperty | Reference to the DesiredWidth property. | |
HeightProperty | Reference to the Height property. | |
NInplaceEditorSchema | Schema associated with NInplaceEditor. | |
PinXProperty | Reference to the PinX property. | |
PinYProperty | Reference to the PinY property. | |
WidthProperty | Reference to the Width property. |
Name | Description | |
---|---|---|
Content | Gets or sets the content of the editor. | |
DesiredHeight | Gets or sets the desired height of the inplace editor | |
DesiredWidth | Gets or sets the desired width of the inplace editor | |
EditedShape | Gets the edited shape. | |
Height | Gets or sets the inplace editor height | |
IsArrangeValid | Gets whether the arrange of the element is valid. | |
IsMeasureValid | Gets whether the measure of the element is valid | |
IsPooledForArrange | Gets whether the element is pooled for arrange validation. | |
IsPooledForMeasure | Gets whether the element is pooled for measure validation. | |
PinX | Gets or sets the inplace editor pin X | |
PinY | Gets or sets the inplace editor pin Y | |
Width | Gets or sets the inplace editor width |
Name | Description | |
---|---|---|
CanTransform | Overridden. Determines whether this element currently returns a transformation different than NMatrix.Identity. | |
Destroy | Destroys the inplace editor and optionally commits the changes. | |
GetTransform | Overridden. Gets transform. | |
InvalidateArrange | Invalidates the element layout | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
ValidateArrange | Called to layout the element | |
ValidateMeasure | Called to validate the element measure |
Name | Description | |
---|---|---|
ArrangeContent | Layouts the content of the element inside the specified content area | |
htb | Overridden. | |
Itb | ||
jtb | ||
MeasureContent | Measures the content and updates the desired width and height properties. | |
OnKeyDown | Overridden. Called when the user presses a keyboard key. | |
OnMouseDown | Overridden. | |
OnMouseUp | Overridden. |
Name | Description | |
---|---|---|
AbortEditing | Occurs when the inplace editor is destroyed and the edited information does not need to be applied to the edited shape. | |
CommitEditing | Occurs when the inplace editor is destroyed and the edited information needs to be applied to the edited shape. |