AGS.Editor.ScriptEditor.ScriptEditor_Resize C# (CSharp) Méthode

ScriptEditor_Resize() private méthode

private ScriptEditor_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void ScriptEditor_Resize(object sender, EventArgs e)
        {
            if (this.ClientSize.Width > 50)
            {
                cmbFunctions.Width = this.ClientSize.Width - cmbFunctions.Left - 5;
            }
        }