BlinForms.Framework.RootForm.ApplyAttribute C# (CSharp) Method

ApplyAttribute() public method

public ApplyAttribute ( ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName ) : void
attributeEventHandlerId ulong
attributeName string
attributeValue object
attributeEventUpdatesAttributeName string
return void
        public void ApplyAttribute(ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName)
        {
            global::BlinForms.Framework.Controls.FormsComponentBase.ApplyAttribute(this, attributeEventHandlerId, attributeName, attributeValue, attributeEventUpdatesAttributeName);
        }
    }