Show / Hide Table of Contents

    Class FrameworkControlActionBase

    Actions, die so ziemlich jedes Control besitzt.

    Inheritance
    Object
    FrameworkControlActionBase
    FieldRowControlAction
    FrameworkControlAction
    Implements
    IFrameworkControlActionBase
    Namespace: FrameworkSystems.FrameworkControls.Actions
    Assembly: FrameworkSystems.FrameworkControls.dll
    Syntax
    [DocfxBrowsable]
    public class FrameworkControlActionBase : IFrameworkControlActionBase, ISerializable

    Methods

    HidePermanent()

    SetVisible(Boolean)

    Mit dieser Action kann ein Control zur Laufzeit ein- oder ausgeblendet werden. Ist IsVisible true, wird das Control eingeblendet und bei false ausgeblendet.

    SetVisible(Nullable<FSVisibility>)

    Mit dieser Action kann ein Control zur Laufzeit ein- oder ausgeblendet werden. Ist IsVisible true, wird das Control eingeblendet und bei false ausgeblendet.

    Back to top Generated by DocFX